From: Stefan Monnier Date: Wed, 5 Nov 2003 16:00:38 +0000 (+0000) Subject: (XSETTYPE): Remove. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25053 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=20ea5c18f5c5b333dc41403f0fd78a6f50e8e001;p=emacs.git (XSETTYPE): Remove. --- diff --git a/src/lisp.h b/src/lisp.h index 2638f8c6a79..e038f97e13f 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -318,10 +318,6 @@ enum pvec_type #define XTYPE(a) ((enum Lisp_Type) (((EMACS_UINT) (a)) >> VALBITS)) #endif -#ifndef XSETTYPE -#define XSETTYPE(a, b) ((a) = XUINT (a) | ((EMACS_INT)(b) << VALBITS)) -#endif - /* For integers known to be positive, XFASTINT provides fast retrieval and XSETFASTINT provides fast storage. This takes advantage of the fact that Lisp_Int is 0.